Scheduler for WinRT
BaseList<T> Class Members
Properties  Methods 


The following tables list the members exposed by BaseList<T>.

Public Properties
 NameDescription
Public PropertyCount (Inherited from System.Collections.ObjectModel.Collection<T>)
Public PropertyItem (Inherited from System.Collections.ObjectModel.Collection<T>)
Top
Protected Properties
 NameDescription
Protected PropertyItems (Inherited from System.Collections.ObjectModel.Collection<T>)
Protected PropertyOwnerGets the reference to the owning collection.  
Top
Public Methods
 NameDescription
Public MethodAdd (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodClear (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodContains (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodCopyTo (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodGetEnumerator (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodIndexOf (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodInsert (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodRemove (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodRemoveAt (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodToString  
Top
Protected Methods
 NameDescription
Protected MethodClearItems (Inherited from C1.C1Schedule.C1ObservableCollection<T>)
Protected MethodInsertItemOverridden. Overrides default behavior of Collection. Prevents from adding items non-existent in the parent collection.  
Protected MethodOnCollectionChanged (Inherited from C1.C1Schedule.C1ObservableCollection<T>)
Protected MethodRemoveItem (Inherited from C1.C1Schedule.C1ObservableCollection<T>)
Protected MethodSetItemOverridden. Overrides default behavior of Collection. Prevents from adding items non-existent in the parent collection.  
Top
See Also

Reference

BaseList<T> Class
C1.C1Schedule Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.